github.com/refraction-networking/utls.serverHelloMsg.ticketSupported (field)
10 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L1035: if !hs.serverHello.ticketSupported {
handshake_client_tls13.go#L201: hs.serverHello.ticketSupported ||
handshake_messages.go#L758: ticketSupported bool
handshake_messages.go#L787: if m.ticketSupported {
handshake_messages.go#L946: m.ticketSupported = true
handshake_server.go#L560: hs.hello.ticketSupported = true
handshake_server.go#L589: hs.hello.ticketSupported = hs.clientHello.ticketSupported && !c.config.SessionTicketsDisabled
handshake_server.go#L850: if !hs.hello.ticketSupported {
u_public.go#L311: ticketSupported: shm.TicketSupported,
u_public.go#L341: TicketSupported: shm.ticketSupported,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |